C++ improvements in VCard. Add tests. (#750)
authorRobert Lipe <robertlipe@users.noreply.github.com>
Mon, 1 Nov 2021 05:49:57 +0000 (00:49 -0500)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 05:49:57 +0000 (00:49 -0500)
commit68332b5be771427339d2373d1e3a22681685c832
treeb561828230e8de78c07ec09054342cc6417e155a
parent5e91d04c1b9dc8c08898b126b543f96e186b78ad
C++ improvements in VCard. Add tests. (#750)

* C++ improvements inside Vcard. Add test.
* Eternal impedance mismatch on C vs C++ pointer ownership.
* VCF: Incorporate review feedback: auote ','. Match HTML tage regardless of case.
* Quote commas in ASCII source, not just UTH8-encoded text.
reference/gc/GCGCA8~vcard.vcf [new file with mode: 0644]
testo.d/vcard.test [new file with mode: 0644]
vcf.cc